301_460@" name="uid" value="=$item['mtaccount_id']?>">
我的是html里的数据是从数据库读出来的,在此可以理解为下面代码
jquery代码:
$stripMt4Ids = preg_replace('/[\"[]]/','',$mt4Ids);
$mt4IdsToArr = explode(',',$stripMt4Ids);
$mt4IdsToArr = explode(',',$stripMt4Ids);
foreach($mt4IdsToArr as $uid){
permission_relation::add($uid,$gid);
}
$data = array(
'state' => 1,'msg' => '操作成功'
);
echo json_encode($data);
return false;
// $gid 可忽略
以上所述就是本文的全部内容了,希望大家能够喜欢。
原文链接:https://www.f2er.com/jquery/53474.html