官方文档对?的解释:
The ‘?’ character is allowed for the day-of-month and day-of-week
fields. It is used to specify ‘no specific value’. This is useful when
you need to specify something in one of the two fileds, but not the
other. See the examples below for clarification.
区别:
- *为字段指明特定值,代表所有可能的值
- ?指明该字段没有特定的值
?只用在日期或星期字段,日期和星期字段必须有且只能有一个字段是特定值(*或数字等)另一个字段设为没有特定值(?)
总结于 http://blog.youkuaiyun.com/mic_hero/article/details/38942429