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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -