2018-06-03 22:26:41 +08:00

4 lines
216 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset GBK
2015-9-25 line29218 原UE.getEditor(id, opt)只允许id不允许name即UE.getEditor(name, opt)无效
在原document.getElementById(holder)获取不到HTML元素时使用document.getElementsByName(holder)[0]获取元素