ပရိုဂရမ်

WMLScript removeAt() ပရိုဂရမ်

removeAt() ပရိုဂရမ် အချက်အလက် အချက်အလက်

အက္ခရာ
n = String.removeAt(string, index, separator) component
အကြောင်း n
string အစားအသား အချက်
index လျှောက်လုံး အချက်
separator အပိုင်းပေါ်

အကျိုးသုံး

var a = String.removeAt("ခတ်ဝင် CodeW3C.com!",0," ");
var b = String.removeAt("ခတ်ဝင် CodeW3C.com!",0,"W");
var c = String.removeAt("ခတ်ဝင် CodeW3C.com!",-2," ");
var d = String.removeAt("ခတ်ဝင် CodeW3C.com!",10," ");

ရလဒ်

a = "W3School!"
b = "3School!"
c = "W3School!"
d = "ခတ်ဝင်"