Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有很多以前使用 .html('LOTS OF CODE HERE') 方法编写的代码。它目前被格式化为一个长的连接字符串,每一行都用 " " + 包裹
但这很难维护,而且很难看。有没有办法将此代码保存为自己单独的 HTML 页面,然后通过指向该页面来替换当前的 HTML 字符串?
是的,加载。首先使用您的标记创建一个 html 文件,然后:
$('#container').load('path/to/file.html')