Set array element value with index in JavaScript. ... DOCTYPE html> <html> <head> <script type="text/javascript"> var colors = ["A", "B", "C"]; //define an ...
確定! 回上一頁