摘要: <!DOCTYPE html><html><head> <title>表格内容超出容器以省略号显示</title> <style> /*第一步,写样式:设置单元格的宽度,超出部分用...代替*/ #tableEg { width:400px; } #tableEg td { max-width:18 阅读全文
posted @ 2020-11-24 11:06 xxshen 阅读(461) 评论(0) 推荐(0)
摘要: function test() { console.log("请求准备发送"); $.ajax({ type : "POST", url : "/api/test", dataType : "json", data : {}, success : function(test) { var text; 阅读全文
posted @ 2020-11-24 11:04 xxshen 阅读(543) 评论(0) 推荐(0)