摘要:
后端输出JSON内容代码(以PHP为例) <?php $array=array( 'code'=>'217374', 'name'=>'纪昌进', 'enname'=>'peter', 'date'=>'2020-09-25' ); echo json_encode($array);?> 前端取值代 阅读全文
摘要:
父子页面传值 制作 开窗查询功能 效果图 父页面代码 <html> <head> <title>测试父子页面传值--父页面</title> <script> function getdata(data){ document.getElementById("test").value = data; } 阅读全文