//Method definition for 'getValue:b:c:'not fount //产生原因:getValue:b:c:方法在.h文件中声明了, 但在.m文件中没有实现 //解决方案:该方法在.m中实现即可