私のpythonサンプルコード:
def test_print():
code.....
print('Message posted')
test_print()
インポート方法: test_print() を web2py の HTML ビューにインポートするには? Python コードを変更する必要がありますか? 私の目的は、HTMLにメッセージを印刷することです
私のpythonサンプルコード:
def test_print():
code.....
print('Message posted')
test_print()
インポート方法: test_print() を web2py の HTML ビューにインポートするには? Python コードを変更する必要がありますか? 私の目的は、HTMLにメッセージを印刷することです