<button onclick="localdy({php echo $item['order']['id'];})" class="btn btn-xs orderbtn">本地打印小票</button> function localdy(id){ var c = '#print_container'+id; //拿到打印的区域的html内容 var newContent =$(c).html(); //将旧的页面储存起来,当打印完成后返给
JSON : Placeholder JSON : Placeholder (https://jsonplaceholder.typicode.com/) 是一个用于测试的 REST API 网站. 以下使用 RxJS6 + Vue.js 调用该网站的 REST API,获取字符串以及 JSON 数据. GET /posts/1 GET /posts POST /posts PUT /posts/1 DELETE /posts/1 所有 GET API 都返回JSON数据,格式(JSON-Sch