我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
The HTMLFormElement.acceptCharset
property represents a list of the supported character encodings for the given FORM element. This list can be comma- or space-separated.
Syntax
string = form.acceptCharset;
form.acceptCharset = string;
Example
inputs = document.forms["myform"].acceptCharset