我需要在这个 add(null) 方法中添加一个方法,但是该方法有一个字符串参数,如下所示
private double mymethod(String writing) // This is the method which must replace
// the null value inside the add(null) method
但由于它有一个 String 参数,这会产生错误!我该怎么做才能解决这个问题?