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.
我有 .aspx 文件(我没有 .aspx 文件代码),我正在尝试通过 .css 文件更改 .html 页面的方向。 我的问题是 .css 文件是从 .axd 文件动态加载的。 在这种情况下如何更改 .css 文件? 谢谢。
使用 JavaScript。喜欢
document.getElementById('id').style.property = 'value'; document.getElementById('id').setAttribute("dir", "value");