gpt4 book ai didi

javascript - HTML5/javascript 错误

转载 作者:行者123 更新时间:2023-12-02 19:57:31 28 4
gpt4 key购买 nike

如果我在浏览器中将下面的代码作为常规 html5 代码运行,它工作正常。我想要使​​用 android 得到相同的结果。我收到以下错误:

12-08 12:56:26.546: ERROR/Web Console(703): TypeError: Result of expression 'service.useService' [undefined] is not a function. at file:///android_asset/www/index.html:12

<!DOCTYPE HTML>
<html>
<head>
<title>Hello World</title>
<script language="JavaScript">
var iCallID;
function InitializeService()
{
service.useService("http://10.15.1.205/HelloService/Service.asmx?wsdl", "HelloWorldService");
service.HelloWorldService.callService("HelloWorld");
}

function ShowResult()
{
document.write(event.result.value);
}
</script>
</head>
<body onload="InitializeService()" id="service" style="behavior:url(webservice.htc)" onresult="ShowResult()">
</body>
</html>

最佳答案

这不是 HTML5 的问题,这是 Internet Explorer 独有的 CSS 属性 -> http://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx

在任何官方 HTML5/CSS3 文档中都找不到它...

因此,除非您的 Android 设备运行 Internet Explorer,否则您需要寻找替代方案

关于javascript - HTML5/javascript 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8428369/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com