--全局变量
a 1
b "123"for i 1,2 doc "Holens"
endprint(c)
print("*************************************1")--本地变量(局部变量)
for i 1,2 dolocal d "Holens2"print(d)
end
print(d)function F1( ..…
有多款kafka管理应用,目前选择的是github上star最多的UI for Apache Kafka。 关于
To run UI for Apache Kafka, you can use either a pre-built Docker image or build it (or a jar file) yourself. UI for Apache Kafka is a versatile, fast, and lightweight…