你这个语序错了……按理说应该能直接用网页版网易云生成的,详细语序该是这样子的:
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1890755628&auto=0&height=66"></iframe>
正常应该是<iframe>的对象属性在前,目标定义在后,简化后是这样子:
<iframe width="330" height="86" src="//music.163.com/outchain/player?type=2&id=1890755628&auto=0&height=66"></iframe>