如何读取引号里面多行的内容?
desc["english"] = "
The remote router is an ACC router.
Some software versions on this router will allow an attacker to run the SHOW
command without first providing any authentication to see part of the router's
configuration.
Solution : Upgrade the software.
Risk factor : Medium";
有这样一段文本,如何提取=后面引号里面9行的内容?thx

