• 2021-04-14
    Actionscript. 中如何申明全局变量() A. global.myName ="George"; B. _global.myName ="George"; C. global myName ="George"; D. myName ="George";
  • --正确答案:B?

    内容

    • 0

      在login.html中存在如下代码:username:当表单提交时,能够得到文本框的值的是( ) A: request.getAttribute(“userName”) B: request.getParameter(“myName”) C: request. getParameter(“userName”) D: request.getAttribute(“myName”)

    • 1

      Why is the example of George Bernard Shaw mentioned in the lecture? A: George Bernard Shaw always makes mistakes. B: George Bernard Shaw was very humorous. C: George Bernard Shaw laughed at the spelling of English words. D: George Bernard Shaw was a famous author.

    • 2

      Why was King George III nicknamed “Farmer George”?

    • 3

      下列标识符中不合法的是( )。 A: $change B: num3 C: null D: myname

    • 4

      下列选项中不符合Python语言变量命名规则的是()。 A: MyName B: 5_2 C: My D: _My