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 文件中使用 jquery。
<script type="text/javascript" src="<%= ResolveClientUrl ("js/jquery-1.8.1.js")% >"> </script>
但是,在我的 js 文件夹中,我保留了 jquery-1.8.2.min 文件,级联下拉列表的代码仍然有效。
怎么可能?
谢谢