Merge branch 'dev' of https://gitee.com/dromara/liteFlow into issue/#I8MW6Q-2

This commit is contained in:
Dale Lee
2024-01-17 21:24:59 +08:00
112 changed files with 366 additions and 237 deletions

View File

@@ -16,10 +16,11 @@
b=10
if a>5:
b=5
print 'hello'
print '你好'.decode('UTF-8')
else:
print 'hi'
defaultContext.setData("s1",a*b)
defaultContext.setData("td", td.sayHi("jack"))
]]>
</node>