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.
是否可以在 ASP.Net 或 ASP MVC 之类的 Javascript Windows 商店应用程序(托管在 Windows 8 上)中制作一个应用程序,其工作方式与它们在互联网上针对不同操作系统和浏览器所做的工作方式相同?
WinJS 只能在客户端的 Windows 商店应用程序中使用。在某些情况下,我可以使用通过服务器传递给客户端的代码。
然而,今天不可能在服务器上作为服务器端脚本技术运行。
也就是说,没有什么能阻止您尝试在 node.js 风格的环境中运行代码,只需获取 js 文件并查看您获得的位置。