
H5
前端H5页面实战
排骨瘦肉丁
目标-每日一更
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Html-浅谈如何正确给table加边框
一般来说,给表格加边框都会出现不同的问题,以下是给表格加边框后展现比较好的方式style> table,table tr th, table tr td { border:1px solid #0094ff; } table { width: 200px; min-height: 25px; line-height: 25px; text-align:转载 2017-07-18 09:55:23 · 1352 阅读 · 0 评论 -
ajax请求设置header
$.ajax({ url: "http://abc.de.com", dataType: 'json', type: 'GET', beforeSend: function (xhr) { xhr.setRequestHeader("token", "tokenvalue"); }, async: false,原创 2017-09-01 17:35:24 · 14072 阅读 · 0 评论