unescape أسلوب
إرجاع كسلسلة الذي تم فك ترميزه من Stringترميز كائن باستخدام أسلوب الهروب .
function unescape(charString : String) : String
الوسيطات
- charString
مطلوبة. A String كائن أو قيمة حرفية إلى be decoded.
ملاحظات
The unescape أسلوب إرجاع a سلسلة القيمة that يحتوي على the المحتويات of charString. الجميع حرف/ حروف encoded مع the %xx hexadecimal نموذج are replaced بواسطة their ASCII character التعيين equivalents.
حرف/ حروف encoded في %uxxxx تنسيق (Unicode حرف/ حروف) are replaced مع the Unicode character مع hexadecimal ترميز xxxx.
ملاحظة
The unescape أسلوب should not be used إلى decode Uniform مورد Identifiers (URI). استخدم decodeURIو decodeURIComponentوظائف بدلاً من ذلك.