假设我的 HTML 是:
<html><body><span>This is my text</span></body></html>
如何获得里面包含的内容的字符串表示,即:
<span>This is my text</span>
假设我的 HTML 是:
<html><body><span>This is my text</span></body></html>
如何获得里面包含的内容的字符串表示,即:
<span>This is my text</span>