Skip to content

Instantly share code, notes, and snippets.

@liujingyu
Created May 9, 2015 02:38
Show Gist options
  • Save liujingyu/4d0d6c112895816e7677 to your computer and use it in GitHub Desktop.
Save liujingyu/4d0d6c112895816e7677 to your computer and use it in GitHub Desktop.
各种语言执行自身代码段或方法的方式
[python]
exec, eval, repr
[php]
eval, call_user_func
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment