惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

博客园 - terryc

Repo 是个啥东西? 干吗用的了? how to setup php running environment on osx how-to-use-ps-kill-and-nice-to-manage-processes-in-linux etc,bin这些缩写的来历 ulimit 干啥使的? aws上创建mongodb实例 GPU编程技术 3d 编辑数学基础 3d图形的概念跟渲染管线 Opengl es shader ASP.NET MVC5 route使用 python get tag info for mp3 adb shell 是这个啥东东 hexo seo github 命令行 个人博客搭建 python 中的使用re 正则表达式处理文字 python下分析网页的好工具:BeautifulSoup python 中实现enum
查看对象的属性,方法的快捷办法 dir 跟 type
terryc · 2015-12-21 · via 博客园 - terryc

在terminal输入: 

hi = 'name'

dir(hi)  # 会返回 hi 对象所有的相关方法,属性

http://isilic.iteye.com/blog/1733560