这是我的字符串:
test1 = `<iframe src="https:\/\/www.disnei.com\/embed\/44bc40f3bc04f65b7a35" frameborder="0" width="560" height="340" scrolling="no" allowfullscreen><\/iframe>`
我希望有正常的&#39; string as:
<iframe src="https://www.disnei.com/embed/44bc40f3bc04f65b7a35"
等等......
在golang中有一种简单的方法吗?
编辑: 以下是我的一些测试:https://play.golang.org/p/OuzNrTXYRB 我还有黑色瘟疫
感谢和问候