Code:
IE7 deletes all param tags in object, which puzzles us. When obtaining the object and the HTML code in it through innerHTML, it does not simply extract the original code, but "modifies" it. The result of the "modification" in IE6 is that it gives us a fairly complete param code, while in IE7 the param code is deleted. This difference brings a lot of trouble to our web page coding. The solution is still being conceived. I hope that friends who have encountered this problem can discuss it together.