摘要: 最近在玩Thinkphp,废话不多说,说正事.客户端js提交代码1 $.post('http://localhost/app/index.php/Index/Index/handle',{username : document.getElementById('username').value,content : document.getElementById('content').value,},function (data){console.log(data);alert('ok');});主要是提交两个表单项的内容到handl 阅读全文
posted @ 2013-09-27 00:20 搁浅St 阅读(473) 评论(0) 推荐(0)