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 插入 DOM/显示/隐藏等,我是否必须使用 JS 帮助程序,或者我可以编写普通的 jQuery 并将其包含在视图头中?
提前致谢
您可以编写普通的 JS,包括一个 JS 文件或使用脚本标签。您可以将其放置在视图或布局中。如果您需要,蛋糕就在那里。我喜欢用“蛋糕”的方式做事,但我从未使用过 JS 助手。