donglu

Results 2 comments of donglu

I use build without threads to solve it.Is it correct?

myhtml_collection_t *text=myhtml_get_nodes_by_tag_id_in_scope(tree,NULL,classname_list->list[i]->child,MyHTML_TAG__TEXT, NULL); const char *title=myhtml_node_text(text->list[0],NULL); printf("%s\n",title)