如何打開一個我想運行javascript的Ghost本地html文件?我只知道如何從互聯網的教程中做到這一點。如何打開一個我想運行javascript的Ghost本地html文件?
from ghost import Ghost
ghost = Ghost()
page, extra_resources = ghost.open(url)
如何打開一個我想運行javascript的Ghost本地html文件?我只知道如何從互聯網的教程中做到這一點。如何打開一個我想運行javascript的Ghost本地html文件?
from ghost import Ghost
ghost = Ghost()
page, extra_resources = ghost.open(url)
您查看了哪些教程? – ryanc1256
jeanphix.me/Ghost.py/ – agrynchuk
這是你的整個代碼? – ryanc1256