随笔分类 - 前端
摘要:例子1:(MyModl :模态框的ID) 打开: let m = document.getElementById("MyModl"); $(m).modal("show"); 或者: $($("#MyModl")).modal("show"); 关闭: let m = document.getEle
阅读全文
摘要:<configuration></configuration> 节内添加下列内容 <system.webServer> <staticContent> <mimeMap fileExtension=".webp" mimeType="image/webp" /> </staticContent> <
阅读全文
摘要:标签上有两个属性data-id 和 data-user-name, 需要通过js去获取 1 2 3 4 5 6 7 8 9 <style> #user::before { content: attr(data-id); } #user::after { content: attr(
阅读全文
摘要:ASP.NET Core教程 ASP.NET Core 入门 | Microsoft Learn
阅读全文
摘要:js里规定输入的数值只能是数字 <html> <head> <title>录入商品信息</title> <style type="text/css"> *{font-size: 12px;} </style> <script type="text/javascript"> function save
阅读全文