Getting Python script output in PHP variable

前端 未结 0 544
一生所求
一生所求 2020-11-30 23:50

I have python script which perfom google search and print a links to the results

import sys
query = str(sys.argv[1])
try:
    from googlesearch import search
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题