前端用JQ 生成一個(gè)有字段名和值格式的鍵值對(duì) 的JSON 格式的字串 轉(zhuǎn)碼后 提交給后臺(tái)的PHP 處理

創(chuàng)新互聯(lián)建站從2013年成立,是專(zhuān)業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目網(wǎng)站制作、成都網(wǎng)站設(shè)計(jì)網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元烏拉特后做網(wǎng)站,已為上家服務(wù),為烏拉特后各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話(huà):13518219792
代碼如下
json_data+="\"emp_id\":\""+emp_id+"\",\"action_type\":\""+action_type+"\"})"
// $("#emp_no_id").val(json_data);
var json_data1=eval(json_data);
// var json_data1=json_data;
// $.each(json_data1,function(item,value){
// alert(item+value);
// });
$.ajax({
type: "post",//使用post方法訪(fǎng)問(wèn)后臺(tái)
dataType: "text",//返回json格式的數(shù)據(jù)
url: "updata_emp.php", //要訪(fǎng)問(wèn)的后臺(tái)地址
data:json_data1,
ontentType:'utf8',
async:false,
success: function(msg){//msg為返回的數(shù)據(jù),在這里做數(shù)據(jù)綁定
?php
header("Content-type:text/html;charset=utf-8");
if($_POST){
$d = $_POST['data'];//這里獲取的直接就是數(shù)組了,不需要用到j(luò)son_decode
echo $d['doing'];
//print_r($d);
exit;
}
?
script src="js/jquery-1.7.2.min.js"/script
script type="text/javascript"
$(document).ready(function() {
$("#xx").click(function(){
var url = "test.php";
var str ="{'doing':'createvote','type':'type','num':'num','votetheme':'votetheme','creater':'loginname'}";//json格式字符串
var data = eval('('+str+')');//轉(zhuǎn)換成數(shù)組對(duì)象,不加這步,那么PHP獲取的是字符串。
$.post(url, {'data': data}, function(res) {//注意jquery的$.post的第2個(gè)參數(shù)必須是鍵值對(duì)形式
alert(res);
});
});
});
/script
input id="xx" type="button" value="點(diǎn)擊"
==========前端============
form action="__URL__/add" metod="post"
input type="text" name="username"
/form
======================
class UserAction extends action{
public function add(){
$username=$this-_post("username");
//或者
$username=$_POST['username'];
}
}
網(wǎng)站標(biāo)題:php接收前端數(shù)據(jù)的方式 php獲取前端傳值的幾種方法
網(wǎng)站路徑:http://chinadenli.net/article22/doedpjc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化、營(yíng)銷(xiāo)型網(wǎng)站建設(shè)、域名注冊(cè)、定制網(wǎng)站、外貿(mào)建站、網(wǎng)站維護(hù)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容
網(wǎng)頁(yè)設(shè)計(jì)公司知識(shí)