js中關於map的增、刪、改、查操作及其js中如何建立一個對象 //創建一個存放新聞的對象 function createObject(id,title,summary,poster,postingDate,coverImage) { v ...