Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 22, 2012 03:25
Show Gist options
  • Save girvan/2155405 to your computer and use it in GitHub Desktop.
Save girvan/2155405 to your computer and use it in GitHub Desktop.
<?php
//宣告
var url_arr={'software':'software.sopili.net','dev':'dev.sopili.net'};
//讀取
for(var key in url_arr){
//這裡面的key值,就真的是字串了!
document.write(url_arr[key]+'<br>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment