Parse HTML table with javascript in Xcode with Swift -


what i'm trying scraping html table row in xcode swift3 using swiftsoup parser , webkit.

here's html table code (first line):

<table id="data_table_2" class="griglia_tab" width="1005" tabspacing="0" border="0" cellspacing="0"> 

i''m new html , i'd know how data divided row.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -