gangchzu
gangchzu
官方socket.io的namespace支持正则表达式,但是egg-socket.io不支持,能否提供一下egg-socket.io的namespace 正在表达式支持呢?谢谢!!

**my code is below:** from concurrent.futures import thread from typing import List from pynamodb.attributes import UnicodeAttribute, NumberAttribute from pynamodb.models import Model import time import threading class WorkBaseModel(Model): instance_id = UnicodeAttribute(default="",...
**你希望增加什么功能?** 弹出层layer 中的select 类型的下拉选项列表能否支持动态获取呢,目前来看只能写死固定值,要想动态获取现在能支持吗?谢谢!