如何用python,JS在网页表格上,让日期选框里的日期提前15天
from datetime import * print((datetime.now()+timedelta(days=-15)).strftime('%Y-%m-%d'))