<!DOCTYPE html> <html> <head> <title>demo</title> </head> <body> .... <code>import os</code> <pre>import sys</pre> ... </body> </html>
现在想通过js给code和pre添加class
<code class="language-*">import os</code> <pre class="language-*">import os</pre>
可以通过添加onclick事件,但是有没有可以在加载页面的同时就可以添加class,不需要任何操作,而不是通过onclick
HiNaruta
MarlboroKay