【发布时间】:2012-05-01 17:44:29
【问题描述】:
如何在浏览器中将这些标签呈现为 html,例如铬?
<testname=tar_tests.sh>
<description>
Test basic functionality of `tar` command.
<\description>
<test_location>
ltp/testcases/commands/tar/tar_tests.sh
<\test_location>
<\testname>
<testname=unzip>
<description>
Test basic functionality of `unzip` command.
<\description>
<test_location>
ltp/testcases/commands/unzip
<\test_location>
<\testname>
输出:
<testname=tar_tests.sh> <description> Test basic functionality of `tar` command. <\description> <test_location> ltp/testcases/commands/tar/tar_tests.sh <\test_location> <\testname> <testname=unzip> <description> Test basic functionality of `unzip` command. <\description> <test_location> ltp/testcases/commands/unzip <\test_location> <\testname>
【问题讨论】:
-
您的 XML 格式错误!是故意的吗?
-
@shiplu.mokadd.im 除非它不是 XML。