window.onload =function(){ show_person_name(); }; function show_person_name() { $.getJSON("../DATA/person_storage.json",function(data) {
確定! 回上一頁