Compile string ของ python ให้เป็น byte code
a = "print 'hello'"
b = compile(a,"<string>",'exec')
exec(b)
-----
result:
hello
รู้การเริ่มต้นสำคัญสำหรับคุณ มอสต้นเล็กๆ ต้นนี้จะพยายามช่วยคุณอย่างเต็มที่
Compile string ของ python ให้เป็น byte code
a = "print 'hello'"
b = compile(a,"<string>",'exec')
exec(b)
-----
result:
hello
ไม่มีความคิดเห็น:
แสดงความคิดเห็น