调用location对象的port属性,返回的结果可能是下面的?
A: content
B: 8080
C: http
D: q=javascript
A: content
B: 8080
C: http
D: q=javascript
举一反三
- 下面选项中,能够正确访问下面代码中方法是() A: http://localhost:8080/chapter12/hello/firstController B: http://localhost:8080/chapter12/first/firstController C: http://localhost:8080/chapter12/first/first D: http://localhost:8080/chapter12/hello/first
- 在JavaScript中,能正确调用对象属性的语句是_____。
- 在JavaScript中,如果不指名对象直接调用某个方法,则该方法默认属于()对象。 A: document B: window C: form D: location
- 下列选项中,()段HTML代码所表示的“返回”链接能够正确实现IE工具栏中“后退”按钮的功能。(选择二项) A: <a href=”javascript:history.go(-1)”>返回</ a> B: <a href=”javascript:location.back()”>返回</ a> C: <a href=”javascript: location go(-1)”>返回</ a> D: <a href=”javascript:history.back()”>返回</ a>
- 在JavaScript中,String对象的【】属性是返回字符串中字符的个数。