如我昨天說的, 還是先把題意弄清楚來, 不然真的是做白工的..
昨天問過了~
關於:
• For each product item show the thumbnail image and basic details: item name and cost.
o The file details.txt has all the details available. The details are separated by commas.
Hint: It may be worth “importing” and then “exporting” the text file with Excel, but make sure you
clean up the resulting HTML!
他是說要用js弄個method去load .txt內的內容
然後顯示在相對的圖片下
因為在這網頁內 有大約二十個圖
即係A的圖要顯示出.txt關於A的內容
B的圖要顯示出.txt關於B的內容
這樣會否清楚了一點@@?