0

I want build a website that have two "table" to display two lists of data that stored in XML. Category and items(think todo list. one category has more then one item)

I'm not sure how to display the list of data. What kind specific technique should I use? Can I only use HTML and CSS to achieve this(My friend said I have to use javascript).

4

1 に答える 1

1

そのためには AJAX を使用する必要があります。AJAX は Asynchronous Javascript XML の略です...これは、XML データを Web ページにロードするのに役立ちます

于 2013-01-16T04:16:18.780 に答える