摘要:
1、vscode不能使用nuget插件问题 问题:"Versioning information could not be retrieved from the NuGet package repository. Please try again later."解决方式:打开 /Users/用户名/ 阅读全文
摘要:
function ready() { var u = navigator.userAgent; var winW = document.documentElement.clientWidth; if (!!!u.match(/AppleWebKit.*Mobile.*/)) { ... 阅读全文