我想知道是否有一种方法可以将来自 url 的返回值插入到表中
就像是
加载数据 ' http://www.google.com ' INTO TABLE test_table
试试这个,它可以帮助您从http://google.com网站获取数据
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D'http://google.com'&format=xml&callback=callback