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.
如何删除默认位置拉斯帕尔马斯。我在 js 文件中搜索了调用拉斯帕尔马斯天气提要的参数,但找不到。当我将我的城市的 ID 作为两个城市的参数天气传递时。
您必须编辑雅虎城市代码
<script type="text/javascript"> $(document).ready(function () { $('#test').weatherfeed(['XXXX0977'], { forecast: true }); }); </script>
XXXX0977 是您需要更改的城市代码。