惪特博客
文章
1.7W+评论
3.8W+
浏览
926W+标签
7.3K+
运行天数:
6年31天
Python中如何动态获取和设置对象的属性?
```python if hasattr(Parent, 'x'): print(getattr(Parent, 'x')) setattr(Parent, 'x',3) ...
694
PHP的header函数之设置content-type
```php //定义编码 header( 'Content-Type:text/html;charset=utf-8 '); //Atom header('Content-type...
769
thinkphp5模型时间戳设置
> 单独在模型里面设置:(推荐) ```php protected $autoWriteTimestamp = true; // int 型 protected $autoWr...
1641
热门文章
评论数:362023-03-09
评论数:322023-03-16
评论数:212023-03-11
评论数:212023-03-13
评论数:212023-03-15
评论数:172023-03-06
评论数:172023-03-08
评论数:152023-03-14
评论数:152023-03-14
评论数:152023-03-16
评论数:142023-03-06
评论数:132023-03-06
评论数:132023-03-08
评论数:132023-03-13
评论数:122023-03-07