html source meaning in English
html源代码
Examples
- Indicates a comment that is displayed . prevents any enclosed text or html source code from being parsed and displayed in the browser winw
表示不可见的注释。防止所包含的文本或者html源代码被浏览器解析和显示。 - Indicates a comment that is not displayed . prevents any enclosed text or html source code from being parsed and displayed in the browser window
表示不可见的注释。防止所包含的文本或者html源代码被浏览器解析和显示。 - Describes how to obtain the original , unmodified html source , and how to obtain the " live " source that reflects the current state of the dom
描述如何获取原始的未修改的html源,以及如何获取反映dom当前状态的“实时”源。 - Web application developers traditionally have used jsp technology to build html dynamically by including java code in the html source
Web应用程序开发人员传统上使用jsp技术动态构建html ,方法是将java代码包括在html源代码中。 - When you embed the statements directly into your html source , the annotation engine already knows where to annotate , so they become unnecessary
当您直接把语句嵌入html源代码时,注释引擎已经知道要注释哪里了,因此xpath条目就变得多余了。