Windows Phone 上有脚本支持吗?
在Windows Mango操作系统中,是否支持任何脚本环境?
它支持 powershell 或 python 或 perl 吗?
In Windows Mango OS , is there any scripting environment that is supported?
Does it have support for powershell or python or perl?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
WP7 不支持 Python 或 perl / powershell。请参阅此处的 IronPython 请求:
http://ironpython.codeplex.com/workitem/26534
您可以在
WebBrowser
控件中使用 JavaScript。WP7 does not have Python support, or perl / powershell. See the IronPython request here:
http://ironpython.codeplex.com/workitem/26534
You can use JavaScript within a
WebBrowser
control.我可能在这里偏离主题,但是有一种方法可以进行电话内脚本编写。 TouchDevelop 应用程序可让您做一些非常酷的事情。
如果您的问题是指使用脚本语言来制作应用程序,那么答案是否定的。
I may be off-topic here, but there is a way to do in-the-phone scripting. The TouchDevelop app lets you do pretty cool stuff.
If you your question refers to using a scripting language to make apps, then the answer would be NO.
您可以在服务层使用Powershell,将System.Management.Automation和Microsoft.PowerShell.Commands.Utility添加到服务项目中。
You can use Powershell in the service layer, adding System.Management.Automation and Microsoft.PowerShell.Commands.Utility to the service project.
WP7 没有官方脚本环境,但有一个 IronRuby 的工作端口(尽管我从未尝试过):http://msdn.microsoft.com/en-us/magazine/ff960707.aspx
There's no official scripting environment for WP7, but there's a working port of IronRuby (although I've never tried it): http://msdn.microsoft.com/en-us/magazine/ff960707.aspx