search

Home  >  Q&A  >  body text

我想知道<script type="text/javscript"></script>这句话有什么意义?

素颜素颜2994 days ago1068

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:31:32

    I want to know<script type="text/javscript"></script>What does this sentence mean?-PHP Chinese website Q&A-I want to know<script type="text/javscript">< ;/script>What is the meaning of this sentence? - PHP Chinese website Q&A

    Take a look and learn.

    reply
    0
  • 迷茫

    迷茫2016-12-22 10:43:16

    因为下面的语句不是标准的Javascript语法,如果加上type="text/javscript"之后代表浏览器只识别JavaScript语法,如果不加浏览器会自动识别语法匹配合适的语法来解析。 script语法包含很多,像vbscript之类的

    reply
    1
  • Cancelreply