<html>
<srcipt/> // 1
<srcipt/> // 2
//....
</html>
there must be no problem when loading. If I want to get a specified srcipt
tag, I can get the element by getting the < script >
array and then using the subscript.
but this is very unstable, and if the order is changed, you will get the wrong srcipt.
so I want to ask, is there any way for me to get the same srcipt? It doesn"t have a class or id for me. )