import panel as pn import asyncio pn.extension() text = pn.widgets.StaticText(value="test") async def test(): print("halo") text.value ...
確定! 回上一頁