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.
我正在使用 Magento,但我不知道在哪里添加 js 块,以显示在我的主页(出现的第一页)中。
我需要在哪里添加代码?
谢谢
取决于你想要做什么: 从你的文件夹中添加一个普通的js文件js去你的主页cms页面并切换到“布局更新XML”下的选项卡“设计”你可以添加这样的东西
js
<reference name="head"> <action method="addJs"><script>your-js-file.js</script></action> </reference>