stu0lea
Results
2
issues of
stu0lea
``` class Search_File: def __init__(self, time): # self.time = time.strip() self.time = '2019-05-07 12:00:00~2019-05-07 17:00:00' ``` -time参数指定的时间被固定为 '2019-05-07 12:00:00~2019-05-07 17:00:00' 应改为: ``` class Search_File: def __init__(self, time): self.time = time.strip()...
sending_profiles.html code: ``` ``` placeholder="First Last " should be changed to placeholder="[email protected]". link #3342