【发布时间】:2017-01-25 18:28:02
【问题描述】:
我的代码:
allScripts += externalJs.Aggregate(allScripts, (current, js)
=> current + String.Format("<script src=\"{0}\"></script>", js.Url));
我想检查参数Url是否包含字符串“jquery”。
【问题讨论】:
-
如果找到这样的Url你想做什么?