摘要:
index控制器--从数据库获取值 <?php namespace app\index\controller; class Index { public function api($title = '') { if (!$title) { $data = model('Shici')->find() 阅读全文
摘要:
js $('#addbtn').click(function () { var form = document.getElementById("img-form");//获取表单的数据 var formdata = new FormData(form);//格式化表单数据 console.log(f 阅读全文